home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-03 | 286 b | 14 lines |
- LOCAL_LIBRARIES = $(XAWLIB) $(XTOOLLIB) $(XMULIB) $(XLIB)
-
- OBJS = ship.o widget.o main.o rocks.o lines.o shot.o score.o
-
- SRCS = ship.c widget.c main.c rocks.c lines.c shot.c score.c
-
- INCLUDES = -I$(TOP) -I$(TOP)/X11
-
- DEFINES = -DXAW_BC
-
- SYS_LIBRARIES = -lm
-
- ComplexProgramTarget(roids)
-